home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n12.arc / 2.BAT next >
DOS Batch File  |  1991-05-30  |  287b  |  7 lines

  1. @ECHO OFF
  2. FOR %%h IN (a A b B c C d D e E) DO IF (%1) == (%%h) %%h:
  3. REM FOR %%h IN (f F g G) DO IF (%1) == (%%h) %%h:
  4. FOR %%h IN (a A b B c C d D e E) DO IF (%1) == (%%h) SHIFT
  5. REM FOR %%h IN (f F g G) DO IF (%1) == (%%h) SHIFT
  6. FOR %%f IN (\ %1 %2 %3 %4 %5 %6 %7 %8 %9) DO CD %%f
  7.